}
}
-GActionGroup *
-gtk_action_muxer_lookup (GtkActionMuxer *muxer,
- const gchar *prefix)
-{
- Group *group;
-
- group = g_hash_table_lookup (muxer->groups, prefix);
-
- if (group != NULL)
- return group->group;
-
- return NULL;
-}
-
/*< private >
* gtk_action_muxer_new:
* @widget: the widget to which the muxer belongs
void gtk_action_muxer_remove (GtkActionMuxer *muxer,
const gchar *prefix);
-GActionGroup * gtk_action_muxer_lookup (GtkActionMuxer *muxer,
- const gchar *prefix);
GActionGroup * gtk_action_muxer_find (GtkActionMuxer *muxer,
const char *action_name,
const char **unprefixed_name);